fix(auth): improve workflow
This commit is contained in:
parent
a9d63a178a
commit
f3c05d2006
1 changed files with 3 additions and 4 deletions
7
.github/workflows/auth-release.yml
vendored
7
.github/workflows/auth-release.yml
vendored
|
@ -101,8 +101,7 @@ jobs:
|
|||
run: |
|
||||
sha256sum artifacts/ente-* > artifacts/sha256sum
|
||||
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sha-artifact
|
||||
path: artifacts/sha256sum
|
||||
|
@ -172,10 +171,10 @@ jobs:
|
|||
env:
|
||||
LIBSODIUM_USE_PKGCONFIG: 1
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: sha-artifact
|
||||
path: artifacts/sha256sum
|
||||
path: artifacts
|
||||
|
||||
- name: Generate checksums
|
||||
run: sha256sum artifacts/ente-* >> artifacts/sha256sum
|
||||
|
|
Loading…
Reference in a new issue