Skip to content

Commit

Permalink
ci: Change names
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisL61 committed May 9, 2024
1 parent 87e2741 commit df6d999
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: build_windows
path: ./sot_richpresence/build/windows/runner/Release
path: ./sot_richpresence/build/windows/x64/runner/Release
build_linux:
runs-on: ubuntu-latest
needs: retrievingVersion
Expand Down Expand Up @@ -76,23 +76,23 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: build_windows
path: dist/JackboxUtility_Windows
path: dist/SOT_RichPresence_Windows
- uses: actions/download-artifact@v3
with:
name: build_linux
path: dist/JackboxUtility_Linux
path: dist/SOT_RichPresence_Linux
- name: Zipping windows release
working-directory: dist/JackboxUtility_Windows
working-directory: dist/SOT_RichPresence_Windows
run: |
zip -r ../../JackboxUtility_Windows.zip *
zip -r ../../SOT_RichPresence_Windows.zip *
- name: Zipping linux release
working-directory: dist/JackboxUtility_Linux
working-directory: dist/SOT_RichPresence_Linux
run: |
zip -r ../../JackboxUtility_Linux.zip *
zip -r ../../SOT_RichPresence_Linux.zip *
- name: Upload release onto Github
uses: ncipollo/release-action@v1
with:
artifacts: 'JackboxUtility_Windows.zip,JackboxUtility_Linux.zip,JackboxUtility_Linux_Light.zip'
artifacts: 'SOT_RichPresence_Windows.zip,SOT_RichPresence_Linux.zip'
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ needs.retrievingVersion.outputs.version }}
body: ${{ steps.changelog.outputs.changes }}
Expand Down

0 comments on commit df6d999

Please sign in to comment.