Skip to content

Commit

Permalink
New github actions update yayyyy
Browse files Browse the repository at this point in the history
  • Loading branch information
StaringLongingly committed Aug 24, 2024
1 parent b5ab38e commit 6c66648
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/game_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,21 +123,6 @@ jobs:
permissions:
contents: write
steps:
- name: Download Web artifacts
uses: actions/download-artifact@v3
with:
name: game_web

- name: Download Linux artifacts
uses: actions/download-artifact@v3
with:
name: game_linux

- name: Download Windows artifacts
uses: actions/download-artifact@v3
with:
name: game_windows

- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -187,6 +172,21 @@ jobs:
draft: false
prerelease: true

- name: Download Web artifacts
uses: actions/download-artifact@v3
with:
name: game_web

- name: Download Linux artifacts
uses: actions/download-artifact@v3
with:
name: game_linux

- name: Download Windows artifacts
uses: actions/download-artifact@v3
with:
name: game_windows

- name: Upload Web Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 6c66648

Please sign in to comment.