From 7056dfe1b3445beef3d97b3b62f6d87ed66e7dab Mon Sep 17 00:00:00 2001 From: marksvc Date: Wed, 13 Apr 2022 16:21:24 -0600 Subject: [PATCH] Update flatpak.yml --- .github/workflows/flatpak.yml | 38 +++++++++++++++++------------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index fdf9cc356f..2e2778d3df 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -167,22 +167,22 @@ jobs: mkdir -p "${ARTIFACTS_DIR}" mv fieldworks-*.flatpak "${ARTIFACTS_DIR}" ls -al "${ARTIFACTS_DIR}" - #- name: Save artifacts - # uses: actions/upload-artifact@v2 - # with: - # name: fw-flatpak-bundle - # path: | - # "${ARTIFACTS_DIR}" - #- name: Publish artifacts as Github release - # uses: ncipollo/release-action@v1.8.6 - # with: - # artifacts: "${{env.ARTIFACTS_DIR}}/*" - # prerelease: true - # commit: ${{ github.sha }} - # # New tag name to use - # tag: "${{ env.TAG_NAME }}" - # allowUpdates: true - # artifactErrorsFailBuild: true - # name: "v${{ env.PACKAGE_VERSION }}" - # body: "Automatically generated FieldWorks flatpak package for internal testing. Not for use on production machines or with real data." - # token: ${{ secrets.GITHUB_TOKEN }} + - name: Save artifacts + uses: actions/upload-artifact@v2 + with: + name: fw-flatpak-bundle + path: | + "${ARTIFACTS_DIR}" + - name: Publish artifacts as Github release + uses: ncipollo/release-action@v1.8.6 + with: + artifacts: "${{env.ARTIFACTS_DIR}}/*" + prerelease: true + commit: ${{ github.sha }} + # New tag name to use + tag: "${{ env.TAG_NAME }}" + allowUpdates: true + artifactErrorsFailBuild: true + name: "v${{ env.PACKAGE_VERSION }}" + body: "Automatically generated FieldWorks flatpak package for internal testing. Not for use on production machines or with real data." + token: ${{ secrets.GITHUB_TOKEN }}