Skip to content

Commit

Permalink
✨ Export release data in Linux runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett authored Mar 16, 2021
1 parent 1f82368 commit e007784
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
./mach package
cd ..
- name: Export release data
shell: bash
run: |
echo "DOT_VERSION=$(cat package.json | sed -n 's|.*"firefox-display": "\([^"]*\)".*|\1|p')" >> $GITHUB_ENV
echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- name: Make artifact available
run: |
cp ./src/obj-*/dist/dot-*.tar.bz2 .
Expand Down

0 comments on commit e007784

Please sign in to comment.