Compare commits
3
Commits
8c903860c2
...
v0.3.9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97cd9d4553 | ||
|
|
56c802c385 | ||
|
|
6026beb107 |
@@ -43,7 +43,7 @@ jobs:
|
||||
- name: Package .app as zip
|
||||
run: |
|
||||
VERSION="${{ steps.ver.outputs.version }}-$(git rev-parse --short HEAD)"
|
||||
ditto -c -k --keepParentFolder LMVPN.app "LMVPN-${VERSION}-macos.zip"
|
||||
ditto -c -k --sequesterRsrc --keepParent LMVPN.app "LMVPN-${VERSION}-macos.zip"
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
@@ -86,6 +86,8 @@ jobs:
|
||||
|
||||
- name: Build installer
|
||||
shell: bash
|
||||
env:
|
||||
MSYS_NO_PATHCONV: '1'
|
||||
run: make installer-windows SEMVER=${{ steps.ver.outputs.version }} MINGW_CC=gcc SHELL=bash
|
||||
|
||||
- name: Upload artifact
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
*.app
|
||||
*.dmg
|
||||
*.exe
|
||||
*.syso
|
||||
resources/icon.ico
|
||||
|
||||
# Go
|
||||
/vendor/
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
Reference in New Issue
Block a user