Skip to content

Commit

Permalink
Update main-build-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlthelama authored Dec 18, 2023
1 parent 767068d commit f779518
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main-build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ jobs:
- name: execute py script
run: python ${{ github.workspace }}/main/scripts/archive_artifacts.py --name SkyrimCharacterSheet --dll build/Release/SkyrimCharacterSheet.dll --pdb build/Release/SkyrimCharacterSheet.pdb --dir main

- uses: actions/upload-artifact@v4
with:
name: SkyrimCharacterSheet
path: ${{ github.workspace }}/artifacts/SkyrimCharacterSheet.zip


- uses: softprops/action-gh-release@v1
if: ${{startsWith(github.ref, 'refs/tags/') }}
with:
Expand Down

0 comments on commit f779518

Please sign in to comment.