Skip to content

Commit

Permalink
Wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Oct 15, 2024
1 parent 3aab49f commit 3ee352f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-versoview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
run: zip -r ../verso-x86_64-unknown-linux-gnu.zip *

- name: Publish release
working-directory: ./artifacts/verso-x86_64-pc-windows-msvc
working-directory: ./artifacts
run: |
RELEASE_TAG=versoview-v$(cargo metadata --format-version=1 --no-deps | jq -r '.packages[] | select(.name == "verso") | .version')
git fetch --tags --quiet
Expand Down

0 comments on commit 3ee352f

Please sign in to comment.