Skip to content

Commit

Permalink
ci: fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentVoid13 committed Jun 30, 2024
1 parent d462f98 commit b37af51
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,19 @@ jobs:
name: Release
needs: build
runs-on: ubuntu-latest
permissions:
contents: write
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
path: "artifacts"
pattern: "*-sync_dis_boi"
merge-multiple: true
- name: Display structure of downloaded files
run: ls -R
- uses: ncipollo/release-action@v1
with:
artifacts: "*-sync_dis_boi"
artifacts: "artifacts/*"
flake:
name: Flake self-check
runs-on: ubuntu-latest
Expand Down

0 comments on commit b37af51

Please sign in to comment.