Skip to content

Commit

Permalink
.github: bump download-artifact action, add debug
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Jan 7, 2024
1 parent 96b027d commit 7611046
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
name: Build
name: Build Latest Commit
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -51,7 +51,9 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
- name: Display structure of downloaded files
run: ls -R
- uses: ncipollo/release-action@v1
with:
allowUpdates: true
Expand Down

0 comments on commit 7611046

Please sign in to comment.