Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-trd committed Apr 7, 2024
1 parent 95a63bc commit 859d8f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
with:
name: beutl-setup
path: ./artifacts/beutl-setup.exe

build-debian-package:
needs: [determine-version, build-executable]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -200,16 +200,11 @@ jobs:
- name: Bundle
run: ./build.sh bundleApp --runtime ${{matrix.rid}} --skip restore

- name: Zip
run: |
mkdir -p artifacts
zip artifacts/Beutl.${{matrix.rid}}.app.zip -r output/AppBundle/Beutl.app
- name: Save
uses: actions/upload-artifact@v4
with:
name: Beutl.${{matrix.rid}}.app.zip
path: ./artifacts/Beutl.${{matrix.rid}}.app.zip
path: output/AppBundle/Beutl.app

build-nuget:
needs: [determine-version]
Expand Down Expand Up @@ -245,6 +240,9 @@ jobs:
with:
path: artifacts

- name: Print
run: ls artifacts

- uses: ncipollo/release-action@v1
id: create_release
with:
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0.0-preview.5",
"version": "1.0.0-preview.6",
"nugetPackageVersion": {
"semVer": 2,
"precision": "build" // optional. Use when you want to use a more or less precise package version than the default major.minor.build.
Expand Down

0 comments on commit 859d8f3

Please sign in to comment.