Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sniper00 committed Jan 24, 2024
1 parent 4545a73 commit e76d279
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
cp -r example publish/
cp -r test publish/
cp moon publish/
tar -zcvf linux-amd64.tar.gz -C publish .
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
cp -r example publish/
cp -r test publish/
cp moon publish/
tar -zcvf darwin-amd64.tar.gz -C publish .
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows-vs2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
cp -r example publish/
cp -r test publish/
cp moon.exe publish/
tar -zcvf windows-amd64.tar.gz -C publish .
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
with:
Expand Down

0 comments on commit e76d279

Please sign in to comment.