Skip to content

Commit

Permalink
list files
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed May 4, 2024
1 parent 5ed6e63 commit 57e461d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,14 @@ jobs:
name: ${{ env.ARCHIVE_NAME }}
path: ${{ env.ARCHIVE_NAME }}

- name: Download Artifacts
uses: actions/download-artifact@v4
with:
name: ${{ env.ARCHIVE_NAME }}
path: artifacts
# - name: Download Artifacts
# uses: actions/download-artifact@v4
# with:
# name: ${{ env.ARCHIVE_NAME }}
# path: artifacts

- name: List files
run: ls -R

- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 57e461d

Please sign in to comment.