Skip to content

Commit

Permalink
test archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
DazWorrall committed Feb 9, 2024
1 parent 1c5fd75 commit 735c4bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Upload debs
uses: actions/upload-artifact@v3
with:
name: debs
name: debs-${{ github.sha }}
path: build/ghostferry*

checksum-debs:
Expand All @@ -101,7 +101,7 @@ jobs:
- name: Fetch uploaded artifacts
uses: actions/download-artifact@v3
with:
name: debs
name: debs-${{ github.sha }}
- name: shasum
shell: bash
run: |
Expand All @@ -111,5 +111,5 @@ jobs:
- name: Upload checksum
uses: actions/upload-artifact@v3
with:
name: debs
name: debs-${{ github.sha }}
path: "*.sha256sum"

0 comments on commit 735c4bd

Please sign in to comment.