Skip to content

Commit

Permalink
Update artifact and installer naming in deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aiamnezia committed Feb 18, 2025
1 parent a8440d5 commit 03d67fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: CensorTrackerProxy_Windows_installer
path: censor_tracker_proxy_x${{ env.BUILD_ARCH }}.exe
path: CensorTrackerProxy_x${{ env.BUILD_ARCH }}.exe
retention-days: 7

- name: 'Upload unpacked artifact'
Expand All @@ -78,7 +78,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
censor_tracker_proxy_x${{ env.BUILD_ARCH }}.exe
CensorTrackerProxy_x${{ env.BUILD_ARCH }}.exe
draft: false
prerelease: false
env:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
build/
*build*/
.cmake/

# IDE-specific files
Expand Down

0 comments on commit 03d67fa

Please sign in to comment.