Skip to content

Commit

Permalink
Fix UPX point and add cache for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraiSubject committed Feb 7, 2023
1 parent b6055f6 commit 710d51c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
C:\Users\runneradmin\.cargo\bin
C:\Users\runneradmin\.cargo\registry\index
C:\Users\runneradmin\.cargo\registry\cache
C:\Users\runneradmin\.cargo\git\db
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

Expand Down Expand Up @@ -55,7 +59,7 @@ jobs:
with:
version: latest
files: |
./bin/cotevalentines
./bin/cotevalentines-${{ runner.os }}
# args: -fq

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 710d51c

Please sign in to comment.