We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb1bb4 commit 698d356Copy full SHA for 698d356
.github/workflows/appimage.yml
@@ -43,11 +43,10 @@ jobs:
43
needs: build-appimage
44
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'linux-nvme/nvme-cli' }}
45
steps:
46
- - name: Download artifact
47
- uses: dawidd6/action-download-artifact@v6
+ - uses: actions/download-artifact@v4
48
with:
49
- workflow: ${{ github.event.workflow_run.workflow_id }}
50
- workflow_conclusion: success
+ name: AppImage
+ path: AppImage
51
- name: FTP Deployer
52
uses: sand4rt/ftp-deployer@v1.8
53
0 commit comments