Skip to content

Commit

Permalink
fix github action yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
AmBeta committed Mar 25, 2020
1 parent 9674fb5 commit 286740d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
make all ARCH=aarch64 BUILD_STATIC=y && mv trojan trojan-aarch64-musl-static
make clean
make all ARCH=armhf BUILD_STATIC=y && mv trojan trojan-armhf-musl-static
mkdir -p /opt/images
mkdir -p /opt/images/
mv -f trojan-* /opt/images/
- name: Upload packages
uses: actions/upload-artifact@master
with:
name: trojan-release
path: /opt/images
- name: Upload packages
uses: actions/upload-artifact@master
with:
name: trojan-release
path: /opt/images

0 comments on commit 286740d

Please sign in to comment.