mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 13:48:31 +02:00
Update build-linux.yml
This commit is contained in:
parent
cfc9560ce7
commit
cc86b38ce5
1 changed files with 7 additions and 7 deletions
14
.github/workflows/build-linux.yml
vendored
14
.github/workflows/build-linux.yml
vendored
|
@ -40,6 +40,13 @@ jobs:
|
|||
CGO_ENABLED: 1
|
||||
GOAMD64: v2
|
||||
|
||||
- name: Set .deb version
|
||||
run: |
|
||||
VERSION=$(cat VERSION)
|
||||
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||
echo "Version: $VERSION" >> Picocrypt/Picocrypt/DEBIAN/control
|
||||
echo "Version=$VERSION" >> Picocrypt/Picocrypt/usr/share/applications/picocrypt.desktop
|
||||
|
||||
- name: Package as .deb
|
||||
run: |
|
||||
wget https://github.com/user-attachments/files/16136712/Picocrypt.zip
|
||||
|
@ -68,13 +75,6 @@ jobs:
|
|||
if-no-files-found: error
|
||||
compression-level: 9
|
||||
|
||||
- name: Get version tag
|
||||
run: |
|
||||
VERSION=$(cat VERSION)
|
||||
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||
echo "Version: $VERSION" >> Picocrypt/Picocrypt/DEBIAN/control
|
||||
echo "Version=$VERSION" >> Picocrypt/Picocrypt/usr/share/applications/picocrypt.desktop
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue