Skip to content

Commit

Permalink
Deploy one artifact file again...
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Aug 5, 2023
1 parent 122b148 commit 186c584
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 56 deletions.
31 changes: 3 additions & 28 deletions .github/workflows/deploy_artifacts_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,8 @@ jobs:
- name: Build releases
run: ./tools/deploy.sh DevBuild-$(git rev-parse --short HEAD)

- name: Upload release (cScripts)
- name: Upload releases
uses: actions/upload-artifact@v3
with:
name: cScripts-DevBuild-*
path: release/cScripts-DevBuild-*

- name: Upload release (Compositions)
uses: actions/upload-artifact@v3
with:
name: Compositions-DevBuild-*
path: release/Compositions-DevBuild-*

- name: Upload release (cScripts_Debug)
uses: actions/upload-artifact@v3
with:
name: cScripts_Debug-DevBuild-*
path: release/cScripts_Debug-DevBuild-*


- name: Upload release (cScripts_NoRadio)
uses: actions/upload-artifact@v3
with:
name: cScripts_NoRadio-DevBuild-*
path: release/cScripts_NoRadio-DevBuild-*

- name: Upload release (cScripts_NoLoadouts)
uses: actions/upload-artifact@v3
with:
name: cScripts_NoLoadouts-DevBuild-*
path: release/cScripts_NoLoadouts-DevBuild-*
name: Releases
path: release/*
31 changes: 3 additions & 28 deletions .github/workflows/deploy_artifacts_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,8 @@ jobs:
- name: Build releases
run: ./tools/deploy.sh ${{github.ref_name}}

- name: Upload release (cScripts)
- name: Upload releases
uses: actions/upload-artifact@v3
with:
name: cScripts-${{github.ref_name}}.zip
path: release/cScripts-${{github.ref_name}}.zip

- name: Upload release (Compositions)
uses: actions/upload-artifact@v3
with:
name: Compositions-${{github.ref_name}}.zip
path: release/Compositions-${{github.ref_name}}.zip

- name: Upload release (cScripts_Debug)
uses: actions/upload-artifact@v3
with:
name: cScripts_Debug-${{github.ref_name}}.zip
path: release/cScripts_Debug-${{github.ref_name}}.zip


- name: Upload release (cScripts_NoRadio)
uses: actions/upload-artifact@v3
with:
name: cScripts_NoRadio-${{github.ref_name}}.zip
path: release/cScripts_NoRadio-${{github.ref_name}}.zip

- name: Upload release (cScripts_NoLoadouts)
uses: actions/upload-artifact@v3
with:
name: cScripts_NoLoadouts-${{github.ref_name}}.zip
path: release/cScripts_NoLoadouts-${{github.ref_name}}.zip
name: Releases
path: release/*

0 comments on commit 186c584

Please sign in to comment.