diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9527c26..09a8e6e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -24,10 +24,5 @@ jobs: run: dotnet restore - name: Build run: dotnet build --no-restore - - name: Publish release - run: dotnet publish ./src/DayZLauncher.UnixPatcher -c Release -o ./publish - - name: Upload artifact - uses: actions/upload-artifact@v1.0.0 - with: - name: DayZLauncher-UnixPatcher - path: "./publish" + - name: Run Publish Script + run: cd scripts && ./publish.sh