Update actions.

This commit is contained in:
Ottermandias 2024-09-16 23:34:29 +02:00
parent f473abb99c
commit 1f1b04bdfe
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ jobs:
- name: Archive - name: Archive
run: Compress-Archive -Path Glamourer/bin/Release/* -DestinationPath Glamourer.zip run: Compress-Archive -Path Glamourer/bin/Release/* -DestinationPath Glamourer.zip
- name: Upload a Build Artifact - name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.1 uses: actions/upload-artifact@v4
with: with:
path: | path: |
./Glamourer/bin/Release/* ./Glamourer/bin/Release/*

View file

@ -37,7 +37,7 @@ jobs:
- name: Archive - name: Archive
run: Compress-Archive -Path Glamourer/bin/Debug/* -DestinationPath Glamourer.zip run: Compress-Archive -Path Glamourer/bin/Debug/* -DestinationPath Glamourer.zip
- name: Upload a Build Artifact - name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.1 uses: actions/upload-artifact@v4
with: with:
path: | path: |
./Glamourer/bin/Debug/* ./Glamourer/bin/Debug/*