Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Run again after adding executable flag to zip script
  • Loading branch information
rensink authored Mar 30, 2024
1 parent 4faf434 commit 12e1176
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Create zips
run: |
ls
cat zip-all.sh
./zip-all.sh
run: ./zip-all.sh

- name: Retrieve GROOVE version from file
run: echo "VERSION=$(<src/main/resources/nl/utwente/groove/resource/version/GROOVE_VERSION) | tr '.' '_'" >> $GITHUB_ENV
Expand Down

0 comments on commit 12e1176

Please sign in to comment.