Skip to content

Commit

Permalink
Merge pull request #54 from mark-s/net8
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-s committed May 7, 2024
2 parents 7c32a7f + 1330d6f commit 49a1935
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ReleaseAll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: ReleaseAll
# release:
# types: [published]


on: workflow_dispatch

jobs:
release:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
shell: bash
working-directory: src
run: |
tag=0.0.0
tag="0.0.0"
#$(git describe --tags --abbrev=0)
release_name="QnapBackupDecryptor-FD-$tag-${{ matrix.target }}"
workspace="${${{ github.workspace }}//\\//}"
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
shell: bash
working-directory: src
run: |
tag=0.0.0
tag="0.0.0"
#$(git describe --tags --abbrev=0)
release_name="QnapBackupDecryptor-SC-$tag-${{ matrix.target }}"
Expand Down

0 comments on commit 49a1935

Please sign in to comment.