Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Feb 10, 2024
1 parent 73e7851 commit bccb4ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
done
shell: bash

- uses: actions/upload-artifact@v3
- run: echo ${{ github.run_id }}

- uses: actions/upload-artifact@v4
with:
name: bundle-${{ matrix.tauri-target }}
if-no-files-found: error
Expand All @@ -102,7 +104,6 @@ jobs:
- name: Download build artifacts
uses: actions/download-artifact@v4
with:
name: bundle-i686-pc-windows-msvc
path: tmp

- run: ls -al
Expand Down

0 comments on commit bccb4ae

Please sign in to comment.