Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PikuZheng authored Jun 25, 2022
1 parent b1e1b8a commit 2da0f95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
run: |
sudo timedatectl set-timezone "Asia/Shanghai"
cd ${{ github.workspace }}/package/
# mkdir -p output
# ./build-pkg.sh --platform $GOOS --arch $GOARCH --filearch $GOARCH-$GOOS --outputdir ${{ github.workspace }}/package/output
# mkdir -p output
# ./build-pkg.sh --platform $GOOS --arch $GOARCH --filearch $GOARCH-$GOOS --outputdir ${{ github.workspace }}/package/output
mkdir -p output-static
./build-pkg.sh --platform $GOOS --arch $GOARCH --static --filearch $GOARCH-$GOOS-all --outputdir ${{ github.workspace }}/package/output-static
- name: Upload To Artifact
Expand Down Expand Up @@ -85,4 +85,4 @@ jobs:
with:
tag_name: ${{ steps.tag.outputs.release_tag }}
body_path: release.txt
files: ${{ github.workspace }}/package/output-static/*
files: ${{ github.workspace }}/package/output-static/*

0 comments on commit 2da0f95

Please sign in to comment.