Skip to content

Commit

Permalink
Changed and reverterd to deploy (#1083)
Browse files Browse the repository at this point in the history
* Added debug septate artifact release

* Changed and reverterd to deploy

* Update create_artifacts.yml
  • Loading branch information
AndreasBrostrom authored Nov 27, 2023
1 parent a134aea commit 996c36e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/create_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,5 @@ jobs:
- name: Upload releases
uses: actions/upload-artifact@v3
with:
name: Releases ${{ github.ref_name }}
name: cScripts_DevBuild_${{ github.ref_name }}-$(git rev-parse --short HEAD)
path: release/*

- name: Upload release debug only
uses: actions/upload-artifact@v3
with:
name: cScripts_Debug-DevBuild_${{ github.ref_name }}-$(git rev-parse --short HEAD)
path: release/cScripts_Debug-DevBuild_${{ github.ref_name }}-$(git rev-parse --short HEAD).zip
10 changes: 2 additions & 8 deletions .github/workflows/deploy_artifacts_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,5 @@ jobs:
- name: Upload releases
uses: actions/upload-artifact@v3
with:
name: Releases
path: release/*

- name: Upload release debug only
uses: actions/upload-artifact@v3
with:
name: cScripts_Debug-$(git rev-parse --short HEAD)
path: release/cScripts_Debug-$(git rev-parse --short HEAD).zip
name: cScripts_DevBuild-$(git rev-parse --short HEAD)
path: release/*
10 changes: 2 additions & 8 deletions .github/workflows/deploy_artifacts_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,5 @@ jobs:
- name: Upload releases
uses: actions/upload-artifact@v3
with:
name: Releases ${{github.ref_name}}
path: release/*

- name: Upload release debug only
uses: actions/upload-artifact@v3
with:
name: cScripts_Debug-${{github.ref_name}}
path: release/cScripts_Debug-${{github.ref_name}}.zip
name: cScripts-$(git rev-parse --short HEAD)
path: release/*

0 comments on commit 996c36e

Please sign in to comment.