diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 8f82ade..cf2ea21 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -55,6 +55,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create release - run: gh release create macos-dont-use-this freja.zip + run: gh release create macos-prerelease freja.zip env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-ubuntu.yml b/.github/workflows/build-ubuntu.yml index a86c7f0..d40d814 100644 --- a/.github/workflows/build-ubuntu.yml +++ b/.github/workflows/build-ubuntu.yml @@ -52,6 +52,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create release - run: gh release create ubuntu-dont-use-this build/freja + run: gh release create ubuntu-prerelease build/freja env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 6d96a75..3bf1258 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -125,6 +125,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create release - run: gh release create windows-dont-use-this build/freja.exe + run: gh release create windows-prerelease build/freja.exe env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}