Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

Commit

Permalink
fix: directory err
Browse files Browse the repository at this point in the history
  • Loading branch information
WillsterJohnson committed Jan 23, 2023
1 parent adc38b1 commit ccd3a1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
run: |
mkdir ./bin
cp ./target/x86_64-unknown-linux-gnu/release/sk-mono \
../bin/sk-mono-${{ steps.tag-name.outputs.tag_name }}-linux-x86_64
./bin/sk-mono-${{ steps.tag-name.outputs.tag_name }}-linux-x86_64
cp ./target/x86_64-pc-windows-gnu/release/sk-mono.exe \
../bin/sk-mono-${{ steps.tag-name.outputs.tag_name }}-win64-x86_64.exe
./bin/sk-mono-${{ steps.tag-name.outputs.tag_name }}-win64-x86_64.exe
cp ./target/i686-pc-windows-gnu/release/sk-mono.exe \
../bin/sk-mono-${{ steps.tag-name.outputs.tag_name }}-win32-i686.exe
./bin/sk-mono-${{ steps.tag-name.outputs.tag_name }}-win32-i686.exe
- name: Create Release
id: create_release
Expand Down

0 comments on commit ccd3a1a

Please sign in to comment.