Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/famicom-dumper-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-13 22:11:56 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-13 22:11:56 +0300
commit815389897949208df8cdc0771e5879946d2ba55d (patch)
tree2b632acfdad4b074fbe702ee9dd15e6cfa672c35
parentdbeea33354e879801a1c78801b33e1266f1b5f89 (diff)
GitHub actions test
-rw-r--r--.github/workflows/build-test.yml6
-rw-r--r--.github/workflows/release.yml2
2 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index fd9a431..6ee47a6 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -7,6 +7,12 @@ on:
branches: [ master ]
workflow_dispatch:
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+ contents: read
+ pages: write
+ id-token: write
+
jobs:
build:
strategy:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2568b05..09e5057 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -74,7 +74,7 @@ jobs:
run: |
${{ env.CMD }} ../../${{ env.OUTPUT_FILE }} ${{ env.APP_NAME }}
- name: Load Release URL File from release job
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v3
with:
name: release_url
- name: Get Release File Name & Upload URL