Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
adds version to c2patool artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Farzan committed Dec 20, 2023
1 parent f4d2e38 commit 939b6a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ jobs:
experimental: [false]
include:
- os: macos-latest
artifact_name: c2patool_mac_universal.zip
artifact_name: c2patool_mac_universal-${{ needs.repo-prep.outputs.new-tag }}.zip
- os: ubuntu-latest
artifact_name: c2patool_linux_intel.tar.gz
artifact_name: c2patool_linux_intel-${{ needs.repo-prep.outputs.new-tag }}.tar.gz
- os: windows-latest
artifact_name: c2patool_win_intel.zip
artifact_name: c2patool_win_intel-${{ needs.repo-prep.outputs.new-tag }}.zip

steps:
- name: Checkout repository
Expand Down

0 comments on commit 939b6a7

Please sign in to comment.