Skip to content

Commit

Permalink
Try to fix release generation
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed May 2, 2024
1 parent 5a4b00c commit 6a227dd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Retrieve supporting files
run: |
wget https://raw.githubusercontent.com/ClassiCube/MCGalaxy/master/sqlite3_x32.dll
wget https://raw.githubusercontent.com/ClassiCube/MCGalaxy/master/sqlite3_x64.dll
wget https://raw.githubusercontent.com/ClassiCube/MCGalaxy/master/MySql.Data.dll
# - name: Retrieve supporting files
# run: |
# wget https://raw.githubusercontent.com/ClassiCube/MCGalaxy/master/sqlite3_x32.dll
# wget https://raw.githubusercontent.com/ClassiCube/MCGalaxy/master/sqlite3_x64.dll
# wget https://raw.githubusercontent.com/ClassiCube/MCGalaxy/master/MySql.Data.dll
#
- name: Retrieve .NET 2.0 binaries
run: |
mkdir net20
Expand Down Expand Up @@ -72,6 +72,7 @@ jobs:
make_dotnet_zip net40
make_dotnet_zip infid
mv MCGalaxy mcg_source
make_standalone_zip mcg-win64
make_standalone_tar mcg-mac64
make_standalone_tar mcg-linux64
Expand Down

0 comments on commit 6a227dd

Please sign in to comment.