chore: revert upload artifact
All checks were successful
Build/release / action-release (push) Successful in 3m37s
All checks were successful
Build/release / action-release (push) Successful in 3m37s
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
|||||||
yarn build
|
yarn build
|
||||||
|
|
||||||
- name: upload the building actifacts
|
- name: upload the building actifacts
|
||||||
uses: DaanSelen/upload-artifact-gitea@main
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: packages
|
name: packages
|
||||||
path: |
|
path: |
|
||||||
@@ -65,19 +65,3 @@ jobs:
|
|||||||
./release/latest-linux.yml
|
./release/latest-linux.yml
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
# - name: Release
|
|
||||||
# uses: akkuman/gitea-release-action@v1
|
|
||||||
# if: github.ref_type == 'tag'
|
|
||||||
# with:
|
|
||||||
# files: |
|
|
||||||
# ./release/*.deb
|
|
||||||
# ./release/*.rpm
|
|
||||||
# ./release/*.flatpak
|
|
||||||
# ./release/latest-linux.yml
|
|
||||||
# server_url: ${{ gitea.server_url }}
|
|
||||||
# token: ${{ secrets.GITEA_TOKEN }} || ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
# repository: "DaanSelen/akartonplanning"
|
|
||||||
# tag_name: "${{ env.VERSION }}"
|
|
||||||
# name: "${{ env.VERSION }}"
|
|
||||||
# sha256sum: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user