github actions: append git commit hash to artifacts archive name
This commit is contained in:
parent
b22a027709
commit
47a95b59f6
6
.github/workflows/packages.yml
vendored
6
.github/workflows/packages.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
- name: Store *.deb files
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: termux-packages
|
||||
name: termux-packages-${{ github.sha }}
|
||||
path: ./artifacts
|
||||
upload:
|
||||
if: github.event_name != 'pull_request'
|
||||
@ -112,7 +112,7 @@ jobs:
|
||||
- name: Get *.deb files
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: termux-packages
|
||||
name: termux-packages-${{ github.sha }}
|
||||
path: ./
|
||||
- name: Upload to bintray.com
|
||||
env:
|
||||
@ -145,7 +145,7 @@ jobs:
|
||||
- name: Get *.deb files
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: termux-packages
|
||||
name: termux-packages-${{ github.sha }}
|
||||
- name: Upload to grimler.se
|
||||
env:
|
||||
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
|
||||
|
Loading…
Reference in New Issue
Block a user