Skip to content

Commit

Permalink
fix: FINAL FIX XX ?? (return of the bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phill030 authored Oct 16, 2023
1 parent dcc27d2 commit 915b98e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,6 @@ jobs:
run: ls -al
- name: Display structure of downloaded files 2
run: ls -al linux-executable/
- uses: actions/download-artifact@v2
with:
name: linux-executable
path: /tmp/kiwad_unpacker

- uses: actions/download-artifact@v2
with:
name: windows-executable
path: /tmp/kiwad_unpacker.exe

- name: Create release
uses: softprops/action-gh-release@v1
with:
Expand All @@ -80,7 +70,7 @@ jobs:
generate_release_notes: true
prerelease: false
files: |
/tmp/kiwad_unpacker
/tmp/kiwad_unpacker.exe
linux-executable/kiwad_unpacker
windows-executable/kiwad_unpacker.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 915b98e

Please sign in to comment.