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 3725a10 commit 53144ed
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ 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
Expand All @@ -64,6 +56,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- name: Display structure of downloaded files
run: ls -R
- uses: actions/download-artifact@v2
with:
name: linux-executable
Expand Down

0 comments on commit 53144ed

Please sign in to comment.