Skip to content

Commit

Permalink
Merge pull request #189 from LabSid-USP/fix/build-release-workflow-paths
Browse files Browse the repository at this point in the history
Fix zip file path in build-release workflow
  • Loading branch information
soaressgabriel authored Mar 21, 2024
2 parents 2e069b2 + e03a778 commit d1cb4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Zip files
run: |
7z a -tzip -mx=9 -r "./dist/rubem/rubem-${{ github.ref_name }}-${{ matrix.os }}-x86_64.zip" ./dist/rubem/*
7z a -tzip -mx=9 -r "./dist/rubem-${{ github.ref_name }}-${{ matrix.os }}-x86_64.zip" ./dist/rubem/*
- name: Test Zip
run: |
Expand Down

0 comments on commit d1cb4d7

Please sign in to comment.