Skip to content

Commit

Permalink
Update rust-tag-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusl authored Mar 9, 2023
1 parent d67e156 commit 6bb9e14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cargo version
cargo test --verbose
cargo install cargo-deb
cargo deb --output "target/debian/acr-mirror-1804-$GITHUB_REF_NAME.deb"
cargo deb --output "target/debian/acr-mirror-1804.deb"
- name: Publish artifacts
uses: actions/upload-artifact@master
with:
Expand All @@ -43,7 +43,7 @@ jobs:
run: cargo install cargo-deb
- name: Package
run: |
cargo deb --output "target/debian/acr-mirror-2004-$GITHUB_REF_NAME.deb"
cargo deb --output "target/debian/acr-mirror-2004.deb"
- name: Publish artifacts
uses: actions/upload-artifact@master
with:
Expand All @@ -60,7 +60,7 @@ jobs:
run: cargo install cargo-deb
- name: Package
run: |
cargo deb --output "target/debian/acr-mirror-2204-$GITHUB_REF_NAME.deb"
cargo deb --output "target/debian/acr-mirror-2204.deb"
- name: Publish artifacts
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 6bb9e14

Please sign in to comment.