Skip to content

Commit

Permalink
Fix artifacts not properly downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje committed Dec 1, 2024
1 parent 220e650 commit 3f8e3f4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/publish_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Upload GMod addon artifact
uses: actions/upload-artifact@v4
with:
name: jestronaut-gmod
name: gmod-addon
path: dist/gmod-addon.zip

publish_github:
Expand All @@ -118,16 +118,9 @@ jobs:
- name: Create dist directory
run: mkdir -p dist

- name: Download binary artifact from publish_rock_and_build_ubuntu
- name: Download artifacts from publish_rock_and_build_ubuntu, build_windows, and build_gmod_addon
uses: actions/download-artifact@v4
with:
name: jestronaut-ubuntu
path: dist

- name: Download binary artifact from build_windows
uses: actions/download-artifact@v4
with:
name: jestronaut-windows
path: dist

- name: Install GitHub CLI
Expand Down

0 comments on commit 3f8e3f4

Please sign in to comment.