Skip to content

Commit

Permalink
Merge pull request #104 from janhohenheim/yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim authored Feb 5, 2023
2 parents 07a40ff + 1806892 commit 01bf8ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ env:
GAME_EXECUTABLE_NAME: foxtrot
GAME_OSX_APP_NAME: Foxtrot

permissions:
contents: write

jobs:
build-macOS:
runs-on: macos-latest
Expand Down Expand Up @@ -64,8 +67,6 @@ jobs:
ln -s /Applications build/macos/src/
hdiutil create -fs HFS+ -volname "${{ env.GAME_OSX_APP_NAME }}" -srcfolder build/macos/src ${{ env.GAME_EXECUTABLE_NAME }}.dmg
- name: Upload release
permissions:
contents: write
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -107,8 +108,6 @@ jobs:
run: |
tar -czf ${{ env.GAME_EXECUTABLE_NAME }}_linux.tar.gz ${{ env.GAME_EXECUTABLE_NAME }} assets credits
- name: Upload release
permissions:
contents: write
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -149,8 +148,6 @@ jobs:
files: target/release/assets/ target/release/credits/ target/release/${{ env.GAME_EXECUTABLE_NAME }}.exe
dest: ${{ env.GAME_EXECUTABLE_NAME }}_windows.zip
- name: Upload release
permissions:
contents: write
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 01bf8ce

Please sign in to comment.