Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
Npepperlinux committed Jan 17, 2025
1 parent af0af86 commit 12e74ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
build-snap:
name: ビルド(Snap)
runs-on: ubuntu-22.04-arm
outputs:
snap: ${{ steps.snapcraft.outputs.snap }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand All @@ -32,7 +34,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create --draft v$VERSION ${{ steps.snapcraft.outputs.snap }}
gh release create v$VERSION --create ${{ steps.snapcraft.outputs.snap }}
# https://gihyo.jp/admin/serial/01/ubuntu-recipe/0660#sec3 : Snapパッケージアップロードまでの流れ
# https://github.com/snapcore/action-publish : Snap ActionのREADME.md
# Snap Storeでパッケージ名"miria"を予約($ snapcraft register miria)後、"SNAPCRAFT_STORE_CREDENTIALS"を登録し、
Expand Down

0 comments on commit 12e74ab

Please sign in to comment.