Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Phill030 authored Oct 16, 2023
1 parent 7136438 commit 3725a10
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,18 @@ jobs:
use-cross: true
command: build
args: --release --verbose --target=${{ matrix.target }} --package kiwad_unpacker --bins --target-dir ./build
- name: Log current dir
run: dir .\
- name: Log current dir 2
run: dir .\build
- name: Log current dir 3
run: dir .\build\${{ matrix.target }}
- name: Log current dir 4
run: dir .\build\${{ matrix.target }}\release
- uses: actions/upload-artifact@v2
with:
name: windows-executable
path: .\build\${{ matrix.target }}\release\kiwad_unpacker
path: .\build\${{ matrix.target }}\release\kiwad_unpacker.exe
if-no-files-found: error

release:
Expand Down

0 comments on commit 3725a10

Please sign in to comment.