Skip to content

Commit

Permalink
Fix version file location(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman committed Feb 15, 2024
1 parent 59a2210 commit 461a4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workshop-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Create Commit Version File
shell: bash
run: |
mkdir -p data_static/acf
echo "${{ github.sha }}" > data_static/acf/acf-3-version.txt
mkdir -p ~/data_static/acf
echo "${{ github.sha }}" > ~/data_static/acf/acf-3-version.txt

- name: Upload to Workshop
uses: CFC-Servers/gmod-upload@master
Expand Down

0 comments on commit 461a4ff

Please sign in to comment.