Skip to content

Commit

Permalink
Update release_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Sep 15, 2024
1 parent 44d4ffe commit 71097fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
dpkg-deb --build . geoweaver.deb
- name: Upload Geoweaver Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: geoweaver-artifacts
path: |
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
run: '& "C:\Program Files (x86)\NSIS\makensis.exe" windows-deployment/installer.nsi'

- name: Upload Windows Installer to Release
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: geoweaver-windows-installer
path: D:\a\Geoweaver\Geoweaver\windows-deployment\GeoweaverInstaller.exe
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
df -h
hdiutil create -volname "$APP_NAME" -srcfolder "${DMG_TEMP_DIR}" -ov -format UDZO -fs HFS+ "${GITHUB_WORKSPACE}/${APP_NAME}.dmg"
- name: Upload .dmg file as an artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: geoweaver-dmg
path: /Users/runner/work/Geoweaver/Geoweaver/Geoweaver.dmg
Expand Down

0 comments on commit 71097fe

Please sign in to comment.