Skip to content

Commit

Permalink
upload a dev build of a dmg in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Feb 13, 2024
1 parent 49183d4 commit 753c0f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
distribution: 'temurin'
- name: build with script
run: ./build.sh
- name: Upload I2P-Easy-Install-Bundle-${{ github.sha }}-unsigned.exe
- name: Upload I2P-${{ github.sha }}.dmg
uses: actions/upload-artifact@v4
with:
name: I2P-EXE-${{ github.sha }}-unsigned.exe
path: I2P-EXE-2.4.0.exe
name: I2P-${{ github.sha }}.dmg
path: I2P-1.0.dmg


0 comments on commit 753c0f2

Please sign in to comment.