Skip to content

Commit

Permalink
Merge pull request #205 from Muska-Ami/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Muska-Ami authored Oct 2, 2024
2 parents b74af7c + 7af6d10 commit 577e3a1
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,6 @@ jobs:
./dist/${{ env.NYA_VERSION }}/nyalcf-${{ env.NYA_VERSION }}-linux.rpm
./dist/${{ env.NYA_VERSION }}/nyalcf-${{ env.NYA_VERSION }}-linux.AppImage
./dist/${{ env.NYA_VERSION }}/nyalcf-${{ env.NYA_VERSION }}-macos.dmg
./dist/${{ env.NYA_VERSION }}/nyalcf-${{ env.NYA_VERSION }}+${{ env.NYA_VERSION }}-windows-setup.exe
./dist/${{ env.NYA_VERSION }}/nyalcf-${{ env.NYA_VERSION }}+${{ env.NYA_VERSION }}-windows.zip
./dist/${{ env.NYA_VERSION }}/nyalcf-${{ env.NYA_VERSION }}+${{ env.NYA_VERSION }}-linux.deb
./dist/${{ env.NYA_VERSION }}/nyalcf-${{ env.NYA_VERSION }}+${{ env.NYA_VERSION }}-linux.rpm
./dist/${{ env.NYA_VERSION }}/nyalcf-${{ env.NYA_VERSION }}+${{ env.NYA_VERSION }}-linux.AppImage
./dist/${{ env.NYA_VERSION }}/nyalcf-${{ env.NYA_VERSION }}+${{ env.NYA_VERSION }}-macos.dmg
./dist/nyalcf_cli-windows-x64.exe
./dist/nyalcf_cli-linux-x64
./dist/nyalcf_cli-macos-arm64
Expand All @@ -253,6 +247,15 @@ jobs:
- macos

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Fetch Version
run: |-
sudo snap install yq
cd nyalcf_gui
nyalcf_version=$(yq eval '.version' pubspec.yaml)
echo "NYA_VERSION=$nyalcf_version" >> $GITHUB_ENV
cd ..
- name: Download Build Artifact(Linux)
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 577e3a1

Please sign in to comment.